Skip to main content

Input Parameter

The Input Parameter component is a workflow step designed to define and accept an input that will be used when the workflow is executed by other workflows. This component is essential for creating modular and reusable workflows that can be parameterized and integrated seamlessly across different workflow processes.

Properties

Input

  • Step Name: Allows users to specify a name for the step, aiding in its clear identification within the workflow.

Output

  • Value: This output provides the value received by the input parameter. It can be connected to other components within the workflow to use the passed-in data. This setup allows for dynamic workflow operations that adjust based on input provided at runtime.

image